When the current directory is not in $PATH,
then the patch fixes the following errors:
Checking check_brctl: .: funcs.sh: not found
Checking check_crypto_lib: .: funcs.sh: not found
Checking check_curl: .: funcs.sh: not found
Checking check_iproute: .: funcs.sh: not found
Checking check_python: .: funcs.sh: not found
Checking check_python_xml: .: funcs.sh: not found
Checking check_udev: .: funcs.sh: not found
Checking check_xml2: .: funcs.sh: not found
Checking check_zlib_lib: .: funcs.sh: not found
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
14 files changed:
#!/bin/sh
# CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
case $OS in
OpenBSD|NetBSD|FreeBSD)
#!/bin/sh
# CHECK-BUILD CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
case $OS in
FreeBSD|NetBSD|OpenBSD)
#!/bin/sh
# CHECK-BUILD CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
if [ "$LIBXENAPI_BINDINGS" != "y" ]; then
echo -n "unused, "
#!/bin/sh
# CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
PATH=/sbin:$PATH
#!/bin/sh
# CHECK-BUILD
-. funcs.sh
+. ./funcs.sh
has_header openssl/md5.h || fail "missing openssl headers"
#!/bin/sh
# CHECK-BUILD CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
python -c '
import sys
#!/bin/sh
# CHECK-BUILD
-. funcs.sh
+. ./funcs.sh
python -c '
import os.path, sys
#!/bin/sh
# CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
python -c 'import xml.dom.minidom' 2>/dev/null || \
fail "can't import xml.dom.minidom"
#!/bin/sh
# CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
case $OS in
OpenBSD|NetBSD|FreeBSD)
#!/bin/sh
# CHECK-BUILD
-. funcs.sh
+. ./funcs.sh
has_header X11/keysymdef.h || \
has_header /usr/X11R6/include/X11/keysymdef.h || \
#!/bin/sh
# CHECK-BUILD
-. funcs.sh
+. ./funcs.sh
has_or_fail xgettext
#!/bin/sh
# CHECK-BUILD CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
if [ ! "$LIBXENAPI_BINDINGS" = "y" -a ! "$ACM_SECURITY" = "y" ]
then
#!/bin/sh
# CHECK-BUILD
-. funcs.sh
+. ./funcs.sh
has_header zlib.h || fail "can't find zlib headers"
#!/bin/sh
# CHECK-BUILD CHECK-INSTALL
-. funcs.sh
+. ./funcs.sh
case $OS in
FreeBSD|NetBSD|OpenBSD)